net/http.http2clientConnPool.conns (field)
12 uses
	net/http (current package)
		h2_bundle.go#L773: 	conns        map[string][]*http2ClientConn // key is host:port
		h2_bundle.go#L802: 		for _, cc := range p.conns[addr] {
		h2_bundle.go#L888: 	for _, cc := range p.conns[key] {
		h2_bundle.go#L940: 	for _, v := range p.conns[key] {
		h2_bundle.go#L945: 	if p.conns == nil {
		h2_bundle.go#L946: 		p.conns = make(map[string][]*http2ClientConn)
		h2_bundle.go#L951: 	p.conns[key] = append(p.conns[key], cc)
		h2_bundle.go#L959: 		vv, ok := p.conns[key]
		h2_bundle.go#L965: 			p.conns[key] = newList
		h2_bundle.go#L967: 			delete(p.conns, key)
		h2_bundle.go#L982: 	for _, vv := range p.conns {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |